Browse Source

web skeleton

Maxim Sokhatsky 10 years ago
parent
commit
7329b35bec
1 changed files with 0 additions and 2 deletions
  1. 0 2
      priv/web/apps/n2o_sample/src/routes.erl

+ 0 - 2
priv/web/apps/n2o_sample/src/routes.erl

@@ -15,8 +15,6 @@ route_prefix(P) -> route(P).
 
 route(<<>>)              -> index;
 route(<<"index">>)       -> index;
-route(<<"login">>)       -> login;
 route(<<"favicon.ico">>) -> static_file;
-route(<<"static/spa/spa.htm">>) -> login;
 route(<<"static/spa/index.htm">>) -> index;
 route(_) -> index.