react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 69b952f64a - Show all commits

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>