Add frontend URLs

pull/1/head
Nikita Tokarchuk 2 years ago
parent e98fdf569c
commit d741e0aa8e
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 8
      frontend/templates/urls.go

@ -0,0 +1,8 @@
package templates
const (
URLRoot = "/"
URLIndex = "/index.aspx"
URLBlog = "/blog.aspx"
URLPost = "/post.aspx"
)
Loading…
Cancel
Save