Correcting name of front-end web project
This commit is contained in:
Родитель
84b36c188d
Коммит
3dc6bda1d9
|
@ -1,2 +1,2 @@
|
|||
[config]
|
||||
project = Humungous.Healthcare.Web/Humungous.Healthcare.Web.csproj
|
||||
project = Humongous.Healthcare.Web/Humongous.Healthcare.Web.csproj
|
||||
|
|
|
@ -7,14 +7,15 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
paths:
|
||||
- 'Humongous.Healthcare.Web/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./Humungous.Healthcare.Web/
|
||||
working-directory: ./Humongous.Healthcare.Web/
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "humungous.healthcare.web",
|
||||
"name": "humongous.healthcare.web",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "humungous.healthcare.web",
|
||||
"name": "humongous.healthcare.web",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "humungous.healthcare.web",
|
||||
"name": "humongous.healthcare.web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
До Ширина: | Высота: | Размер: 5.3 KiB После Ширина: | Высота: | Размер: 5.3 KiB |
|
@ -20,7 +20,7 @@
|
|||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>Humungous.Healthcare.Web</title>
|
||||
<title>Humongous.Healthcare.Web</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "Humungous.Healthcare.Web",
|
||||
"name": "Humungous.Healthcare.Web",
|
||||
"short_name": "Humongous.Healthcare.Web",
|
||||
"name": "Humongous.Healthcare.Web",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
|
@ -27,7 +27,7 @@ export class NavMenu extends Component {
|
|||
<header>
|
||||
<Navbar className="navbar-expand-sm navbar-toggleable-sm ng-white border-bottom box-shadow mb-3" light>
|
||||
<Container>
|
||||
<NavbarBrand tag={Link} to="/">Humungous.Healthcare.Web</NavbarBrand>
|
||||
<NavbarBrand tag={Link} to="/">Humongous.Healthcare.Web</NavbarBrand>
|
||||
<NavbarToggler onClick={this.toggleNavbar} className="mr-2" />
|
||||
<Collapse className="d-sm-inline-flex flex-sm-row-reverse" isOpen={!this.state.collapsed} navbar>
|
||||
<ul className="navbar-nav flex-grow">
|
|
@ -2,7 +2,7 @@ using System.Diagnostics;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace Humungous.Healthcare.Web.Pages;
|
||||
namespace Humongous.Healthcare.Web.Pages;
|
||||
|
||||
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
|
||||
public class ErrorModel : PageModel
|
|
@ -0,0 +1,3 @@
|
|||
@using Humongous.Healthcare.Web
|
||||
@namespace Humongous.Healthcare.Web.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
},
|
||||
"profiles": {
|
||||
"Humungous.Healthcare.Web": {
|
||||
"Humongous.Healthcare.Web": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:7258;http://localhost:5271",
|
|
@ -1,3 +0,0 @@
|
|||
@using Humungous.Healthcare.Web
|
||||
@namespace Humungous.Healthcare.Web.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
Загрузка…
Ссылка в новой задаче