Lior Z
Lior Z

Reputation: 668

Access Custom Admin Page on AppEngine Development Server

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

Answers (1)

Andrei Volgin
Andrei Volgin

Reputation: 41089

Enter the URL in your browser, i.e.

 http://localhost:8080/MyAdminPage.html

Upvotes: 1

Related Questions