Reputation: 668
I'm using Appengine and I want to write a custom admin page for myself. How can I view the custom admin page on the development server (on my localhost)?
The localhost console does not seem to have a link to it (even though it's defined in the .yaml and the page is working properly).
Thanks
Upvotes: 0
Views: 63
Reputation: 41089
Enter the URL in your browser, i.e.
http://localhost:8080/MyAdminPage.html
Upvotes: 1