Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Jul 31, 2020
1 parent ab4722f commit ad7d140
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -440,3 +440,5 @@ MigrationBackup/
*.iml
out
gen

Simulation.Frontend/venv/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![GitHub issues](https://img.shields.io/github/issues/SkymanOne/SpaceShuttleSimulator)](https://github.com/SkymanOne/SpaceShuttleSimulator/issues)
[![Build Status](https://travis-ci.org/SkymanOne/SpaceShuttleSimulator.svg?branch=master)](https://travis-ci.org/SkymanOne/SpaceShuttleSimulator)

<img src="assets/demo.png" height="537"/>
<img src="assets/demo.jpg" height="537"/>
<img src="assets/demo2.jpg" height="537"/>

## Description
The project is the first try to program a mathematical model describing the trajectory and other properties of space vehicle during the re-entry into the Earth's atmosphere.
Expand Down
3 changes: 2 additions & 1 deletion Simulation.Backend/Simulation.API/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseDeveloperExceptionPage();
}

app.UseHttpsRedirection();
//we don't really transfer secret rocket launch codes
//app.UseHttpsRedirection();

app.UseRouting();

Expand Down
Binary file added assets/demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/demo.png
Binary file not shown.
Binary file added assets/demo2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad7d140

Please sign in to comment.