Last change
on this file since 6f203af was 6f203af, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Change methods & add error controller
|
-
Property mode
set to
100644
|
File size:
311 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Threading.Tasks;
|
---|
5 | using Microsoft.AspNetCore.Mvc;
|
---|
6 |
|
---|
7 | namespace Farmatiko.Controllers
|
---|
8 | {
|
---|
9 | public class ErrorController : Controller
|
---|
10 | {
|
---|
11 | public IActionResult Index()
|
---|
12 | {
|
---|
13 | return View();
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.