This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
trainav/trainav.web/Pages/OEAPI.cshtml

13 lines
256 B
Plaintext
Raw Permalink Normal View History

2020-06-11 20:29:16 +02:00
@page
@using Microsoft.AspNetCore.Http
2020-06-12 03:30:27 +02:00
@using Microsoft.AspNetCore.Http.Extensions
@using trainav.web.Utils
2020-06-11 20:29:16 +02:00
@model OEAPIModel
@{
ViewData["Title"] = "OEAPI";
Response.Redirect("/Trip?id=" + Model.TripId + "&edit=true");
2020-06-11 20:29:16 +02:00
}
Trip saved. Redirecting...