How to add routers between html pages in Google Apps Script.

Thilak
Mar 10, 2022

1. Declare and initilise ‘Route ‘object.

2. Add function doGet() and add all the neccessary functions.

--

--