parent
0af0faa967
commit
165bc7a808
2 changed files with 0 additions and 19 deletions
|
@ -2,12 +2,6 @@ const express = require('express');
|
|||
const router = express.Router();
|
||||
const protocol = require('../utils/connection');
|
||||
|
||||
router.all("/:symbol", (req, res) => {
|
||||
res.render('no-symbol', {
|
||||
title: "Dziennik UONET+"
|
||||
});
|
||||
});
|
||||
|
||||
router.get("/powiatwulkanowy/Start.mvc/Endpoints", (req, res) => {
|
||||
const base = protocol(req) + "://" + req.get('host') + "/powiatwulkanowy/Start.mvc";
|
||||
res.json({
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
extends layout
|
||||
|
||||
block extraHeader
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||
|
||||
block content
|
||||
#MainPage_ErrorDiv
|
||||
div
|
||||
h2 Informacja
|
||||
| Podany identyfikator klienta jest niepoprawny.
|
||||
br
|
||||
br
|
||||
p © 2020 Wulkanowy
|
Loading…
Reference in a new issue