Maxim Sokhatsky 10 лет назад
Родитель
Сommit
7329b35bec
1 измененных файлов с 0 добавлено и 2 удалено
  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.