Add second message recipients endpoint

This commit is contained in:
Mikołaj Pich 2019-03-19 18:40:47 +01:00
parent a4e0efa409
commit f719028ca4
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -15,6 +15,7 @@ router.get("/", (req, res) => {
"/NowaWiadomosc.mvc/GetJednostkiUzytkownika",
"/Adresaci.mvc/GetAdresaci",
"/Wiadomosc.mvc/GetAdresaciWiadomosci",
"/Wiadomosc.mvc/GetRoleUzytkownika",
"/Wiadomosc.mvc/GetTrescWiadomosci",
"/NowaWiadomosc.mvc/InsertWiadomosc"
].map(item => {
@ -114,7 +115,7 @@ router.get("/Adresaci.mvc/GetAdresaci", (req, res) => {
});
});
router.get("/Wiadomosc.mvc/GetAdresaciWiadomosci", (req, res) => {
router.get(["/Wiadomosc.mvc/GetAdresaciWiadomosci", "/Wiadomosc.mvc/GetRoleUzytkownika"], (req, res) => {
const user = require("../../data/api/ListaUczniow")[1];
res.json({
"success": true,