pretty much rien

This commit is contained in:
David Belisle 2022-10-18 11:32:06 -04:00
parent dc71afe986
commit 789789a0ae
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ using Microsoft.AspNetCore.Cors;
namespace GrossesMitainesAPI.Controllers;
[EnableCors("_myAllowSpecificOrigins")]
[ApiController, Route("api/[controller]")]
public class ProductController : Controller {
private readonly ILogger<ProductController> _logger;

View File

@ -8,7 +8,7 @@ import LogoTG from "./partenaires/tg.jpg";
const Footer = () => {
return (
<footer className="footer-container footer">
<footer className="footer-container">
<div className="footer-links">
<div className="footer-link">
<Link className="nav-link" to="/aboutUs">À Propos</Link>